/*

match blue: #1730E5
sapphire: #141651
rich black: #000005
vermillion: #FF214A
dusk: #F9DDD2
ecru: #FCF5E5
error: #CC0429



*/

@font-face {
    font-family: BeausiteClassicWeb-Medium;
    src: url(https://securecp.match.com/styles/fonts/BeausiteClassic/BeausiteClassicWeb-Medium.woff);
}

@font-face {
    font-family: BeausiteClassicWeb-Clear;
    src: url(https://securecp.match.com/styles/fonts/BeausiteClassic/BeausiteClassicWeb-Clear.woff);
}

@font-face {
    font-family: RecklessNeueHeart-Regular;
    src: url(https://securecp.match.com/styles/fonts/RecklessNeueHeart/RecklessNeueHeart-Regular.woff);
}

    html, body {
        background: rgb(20,22,81);
        width: 100%;
        height:100%;
        color: #333;
    }

    div {
        position: relative;
    }

    .form {
        background: url(/en-us/match/index/images/collins/sapphire-pins.jpg) no-repeat;
        height: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex; 
        align-items: center; 
        justify-content: center; 
        text-align: center; 
    }

   
    
    select::-ms-expand {
        display: none;
   }

   .lndGGs {
        width: 285px;
        margin: 0 auto;
   }
   .lndGGs select{
        width: 285px;
        background-color:#fff;
   }


    @-moz-document url-prefix() {
        .lndGGs select {
            padding-left:0;
        }
    }   

    

    .lndGGs::after {
        content: '';
        display: block;
        background: url(/en-us/match/images/collins/caratDown.png) no-repeat;
        background-size: 40%;
        right: -11px;
        top: 15px;
        position: absolute;
        pointer-events: none;
        height: 25px;
        width: 25px;
    }

    .lndAges {
        margin:0 auto; 
        margin-top:25px; 
        margin-bottom:25px; 
        width:285px; 
        text-align:left;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .lndAges select {
        width: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        background-color:#fff;
        padding-left: 3px;
    }
    
    .lndAges label{
        font-size: 18px;
        font-weight: 400;
        color: #141651;
        font-family: 'RecklessNeueHeart-Regular';
        
    }
    .lndAges label:first-child {
    }

    .fisrtArrow, .SecondArrow {display:inline-block}

    .fisrtArrow:after, .SecondArrow:after {
        content: '';
        display: block;
        background: url(/en-us/match/images/collins/caratDown.png) no-repeat;
        background-size: 40%;
        right: -11px;
        top: 15px;
        position: absolute;
        pointer-events: none;
        height: 25px;
        width: 25px;

    }


    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    select:focus::-ms-value {
        color:rgba(20,22,81);
        background: transparent;
    }


    select {
    background: transparent;
    font-size: 18px;
    height: 32px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    color: rgba(20,22,81,0.4);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'RecklessNeueHeart-Regular';
    }

    select option {
        color: #141651;
        padding: 2px;
        border: none;
    }

    select.first {
        color: rgba(20,22,81,0.4);
    }

    select.selected {
        color: #141651;
    }

    .errorMessageSummary {
        display: none;
        color: #c00;
        font-weight: normal;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 10px;
        }
        .errorMessageSummary ul {
        list-style: none;
        }

    .SignIn {
        position: absolute;
        top: 5%;
        right: 4%;
    }

    .SignIn a {
        display: inline-block;
        color: #F9DDD2;
        text-decoration: none;
        font-size: 18px;
        line-height: 24px;
        font-family: BeausiteClassicWeb-Clear;
        font-style: normal;
        font-weight: 400;
        padding-bottom: 3px;
        border-bottom: 1px solid #F9DDD2;
    }

    .header a {
        color: #666;
        text-decoration: none;
        background-color: #fff;
        border-radius: 6px;
        width: 118px;
        height: 30px;
        text-align: center;
        line-height: 31px;
    }
    
    .hiddenFields {display:none;}

    @media screen and (min-width: 1920px) {
        #form {
            background: white;
            z-index: 10;
            width: 349px;
            height: 333px;
            border-radius: 10px;
            position: relative;
            margin:0 auto;
            transform: scale(1.2);
            transform-origin: top center;
            -moz-transform: scale(1.2);
            -moz-transform-origin: top center;
            
        }
    }
   
    #form {
        background: white;
        z-index: 10;
        width: 378px;
        padding-bottom: 32px;
        padding-top: 32px;
        border-radius: 16px;
        position: relative;
        margin:0 auto;
    }
    
    
    #form h1 {
        width: 100%;
        height: 32px;
        margin-bottom: 32px;
        position: relative;
    }

    #form h1 b {
    display: block;
    }


    #form .button {
        width: 280px;
        font-size: 20px;
        background: #1730E5;
        color: #FFF;
        border: none;
        border-radius: 100px;
        outline: none;
        padding: 12px 0;
        font-weight: normal;
        margin-top: 32px;
        font-family: 'BeausiteClassicWeb-Medium';
    }
    
    
   input {
        width: 280px;
        font-size: 18px;
        height: 34px;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        /*color: #141651;*/
        color: rgba(20,22,81,0.4)!important;
        outline: none;
        font-family: 'RecklessNeueHeart-Regular';
        padding: 3px 0 0 0;
    }
    input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(20,22,81,0.4)!important;
        opacity: 1; /* Firefox */
      }
      
    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: rgba(20,22,81,0.4)!important;
    }
    
    input::-ms-input-placeholder { /* Microsoft Edge */
        color: rgba(20,22,81,0.4)!important;
    }

    input:not([type="radio"]):not([type="checkbox"]) {
        -webkit-border-radius: 0;
        -webkit-appearance: none;
        border-radius: 0;
    }


.txtbx {
    position: relative;
    width: 280px;
    margin: 0 auto;
}

.txtbx .placeholder {
    font-size: 18px;
    height: 28px;
    bottom: 0px;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none;
    font-family: 'RecklessNeueHeart-Regular';
    padding: 3px 0 0 0;
    
    background-color: transparent;
    color: rgba(20, 22, 81, 0.4);
    display: none;
    position: absolute;
    z-index: 2;
    user-select: none;
    pointer-events: none;
}

    select {
        -webkit-border-radius: 0;
        -webkit-appearance: none;
        border-radius: 0;
    }
    
    .action {
    text-align: center;
    }
    
    
    #footer {
    position: relative;
    width: 970px;
    margin: 0 auto;
    }
    #footer, #footer a, .cls_13122_footer, #footerArticles h1, #footerArticles h2, .partnerlinks {
    color: #F9DDD2;
    }
    .traditionalBoxModel #footer {
    text-align: left;
    }
    #footer a {
    color: #F9DDD2;
    text-decoration: none;
    }
    #footer a:hover {
    text-decoration: underline;
    }
    .indexStripNav {
    padding: 5px 0px 5px 15px;
    clear: both;
    }
    #ftrClaims {
    padding: 10px 0px 5px 15px;
    clear: both;
    }
    .indexStripNav ul {
    list-style-type: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    .indexStripNav li {
    display: block;
    padding: 0px 15px 0px 0px;
    float: left;
    }
    #footerArticles {
    padding: 15px;
    font: 8.5pt Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    clear: both;
    }
    #footerArticles p {
    margin: 12px 0;
    }
    #footerArticles h1, #footerArticles h2 {
    font-size: 15pt;
    font-weight: bold;
    padding-top: 15px;
    clear: both;
    }
    #footerArticles ul {
    list-style-type: none;
    clear: both;
    width: 960px;
    margin-top: 10px;
    }
    #footerArticles li {
    padding: 0px;
    width: 150px;
    float: left;
    text-align: center;
    height: 20px;
    }
    #footerArticles .faReview {
    font-weight: bold;
    margin: 10px 20px 0px;
    font-style: italic;
    }
    #footerArticles .faReviewBy {
    font-weight: normal;
    margin: 0px 20px;
    font-style: italic;
    text-align: right;
    }
    .partnerlinks {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    font-size: 9px;
    }
    .partnerlinks li {
    border-right: 1px solid #999999;
    display: inline;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    }
    .partnerlinks li.plFirst, .partnerlinks li.plLast {
    border-right: 0 solid #c2c2c2;
    }
   
   .visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }

   
    .bgcheck {
        margin: 15px auto;
        font-weight: bold;
        font-size: 90%;
        color: #666;
    }


    input:-webkit-autofill { 
        -webkit-background-clip: text;
    }
    
    input:-webkit-autofill::first-line {
        font-size: 24px;
        font-family: RecklessNeueHeart-Regular;
    }