﻿.button-1:hover {
    cursor:pointer;
}

.back-1:host{
    cursor:pointer;
}

#btnNext:disabled{
    /*background-color: red;*/
    cursor:default;
    opacity:0.2;
}

#changeEmailOrPhone{
    cursor:pointer;
}

.img_sliderSize {
	width: 340px;
	height: 300px;
}

div.top-credit-form {
    margin-top: 10px;
    background-color: #004a8d;
    color: #fff;
    padding: 0 20px;
    height: 115px;
}
    div.top-credit-form form {
        display: block;
        max-width: 520px;
        float: right;
        clear: both;
        width: 100%;
    }
        div.top-credit-form .input-1 {
            border-color: #fff;
            color: #004a8d;
            width: calc(100% - 100px);
        }
        div.top-credit-form .button-1 {
            background-color: #fff;
            color: #004a8d;
            float: right;
            clear: both;
            vertical-align: top;
            font-size: 15px;
        }
        div.top-credit-form form div.error-info-1{
            color: #fea200;
        }

@media (max-width: 767px){
    div.top-credit-form {
        height: 105px;
    }

        div.top-credit-form .input-1 {
        }

        div.top-credit-form .button-1 {
            padding: 9px 15px;
        }
}

@media (max-width: 767px) {
    .col-1.div-full-width {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .col-2.div-full-width {
        width: 100% !important;
    }

    .button-full-width {
        width: 100% !important;
    }

}