﻿.login-main {
    max-width: 470px;
    margin: auto;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(74 73 73 / 25%);
    border-radius: 5px;
    width: 100%;
}

.main-left {
    padding: 23px 24px 30px 24px;
    max-width: 470px;
    object-fit: cover;
}

.main-content {
    width: 100%;
    height: 100%;
    display: flex;
}

.btn.btn-red {
    background-color: #DE222F;
    color: #FFFEFE !important;
    background-image: -webkit-radial-gradient(circle, transparent 1%, #C72A28 1%);
    background-image: -o-radial-gradient(circle, transparent 1%, #C72A28 1%);
    background-image: radial-gradient(circle, transparent 1%, #C72A28 1%);
    background-position: center;
    background-size: 15000%;
}

    .btn.btn-red:hover {
        color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(200, 43, 41, 0.2);
        box-shadow: 0 5px 15px rgba(200, 43, 41, 0.2);
        text-decoration: none;
        background-color: #DE222F;
        background-size: 100%;
    }

    .btn.btn-red.focus, .btn.btn-red:focus {
        outline: 0;
        box-shadow: none;
    }

.btn.btn-outline-red {
    color: #DE222F;
    background: #FFFEFE;
    border: 2px solid #DE222F;
    background-image: -webkit-radial-gradient(circle, transparent 1%, #C72A28 1%);
    background-image: -o-radial-gradient(circle, transparent 1%, #C72A28 1%);
    background-image: radial-gradient(circle, transparent 1%, #C72A28 1%);
    background-position: center;
    background-size: 15000%;
    padding: 8px 12px;
}
.main-right img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    width: 100%;
}

/*call*/
.hl-ring {
    position: fixed;
    bottom: 20px;
    right: 200px;
    min-width: 45px;
    text-align: center;
    z-index: 999;
}

    .hl-ring a > span {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        min-width: 160px;
        color: #FFFEFE;
    }

    .hl-ring a > span {
        text-align: center;
        border-radius: 48px;
        padding: 5px 12px;
        position: absolute;
        z-index: 990;
        top: 8px;
        width:200px;
        height: 34px;
        transition: all .2s ease-in-out 0s;
        -moz-animation: headerAnimation .7s 1;
        -webkit-animation: headerAnimation .7s 1;
        -o-animation: headerAnimation .7s 1;
        animation: headerAnimation .7s 1;
        background: #E84547;
        border-radius: 15px;
    }

    .hl-ring .phone-circle {
        position: relative;
        z-index: 999;
        padding: 9px;
        background: #E84547;
        border: 2px solid #F89193;
        box-sizing: border-box;
        border-radius: 50%;
        height: 48px;
        width: 48px;
    }

.host-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 58px;
    height: 58px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #E84547;
    opacity: .5;
}

.host-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 68px;
    height: 68px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #E84547;
    opacity: .15;
}

/*end call*/
.w-100 {
    width: 100%;
}
.btn-outline-secondary {
    color: #52606b !important;
    background-color: transparent !important;
    background-image: none;
    border-color: #b4bfc8 !important;
    border-radius: 6px !important;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    right: 7px;
}