/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

.am-block {
    background: unset;
    border: unset;
    border-radius: unset;
    margin-bottom: unset;
    padding: unset;
    box-shadow: unset;
}
.am-layout-two-coll {
    background: unset;
}
.am-layout-two-coll {
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    background-color: unset;
}

.am-layout-two-coll .am-coll-left .am-coll-content, .am-layout-two-coll .am-coll-right .am-coll-content {
    margin: unset;
}

#EmailCode {
    padding: 20px;
    font-size: 1.2em;
    color: #d3d8dc;
    background-color: #383f45;
    border-color: #0a0c0d;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#EmailCode .row {
    display:none;
}

.am-info {
    padding: 20px;
    font-size: 1.2em;
    color: #d3d8dc;
    background-color: #383f45;
    border-color: #0a0c0d;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.am-admin a.button,
.am-admin button,
.am-admin input[type=button],
.am-admin input[type=submit],
.am-body-content a.button,
.am-body-content button,
.am-body-content input[type=button],
.am-body-content input[type=submit],
.am-popup a.button,
.am-popup button,
.am-popup input[type=button],
.am-popup input[type=submit] {
  background: #212529;
  border: 1px solid #212529;
  padding: 0.8rem 1.5rem;
  border-radius: .25rem;
  color: #ffffff;
}
.am-admin a.button:hover,
.am-admin button:hover,
.am-admin input[type=button]:hover,
.am-admin input[type=submit]:hover,
.am-admin a.button:active,
.am-admin button:active,
.am-admin input[type=button]:active,
.am-admin input[type=submit]:active,
.am-body-content a.button:hover,
.am-body-content button:hover,
.am-body-content input[type=button]:hover,
.am-body-content input[type=submit]:hover,
.am-body-content a.button:active,
.am-body-content button:active,
.am-body-content input[type=button]:active,
.am-body-content input[type=submit]:active,
.am-popup a.button:hover,
.am-popup button:hover,
.am-popup input[type=button]:hover,
.am-popup input[type=submit]:hover,
.am-popup a.button:active,
.am-popup button:active,
.am-popup input[type=button]:active,
.am-popup input[type=submit]:active {
  cursor: pointer;
  background-image: none;
  border-color: #32383e;
  background-color: #32383e;
  color: white;
}