﻿.outside-area {
    height: 100%;
    width: 100%
}

.logo-placeholder {
    width: 150px;
    height:150px;
}

.logo-name {
    font-size: 35px;
    font-weight: 600;
    color: #ffcc47
}

.title {
    font-size: 18px;
    font-weight: 600;
}

.invalid-feedback {
    text-align: center;
    font-size: 15px;
}

.is-invalid {
    border: 1px solid red
}

.login-design-border {
    background-color: white;
    box-shadow: 0px 0px 10px lightgray;
    border-radius: 10px;
    padding: 20px 30px;
}

.input-title {
    margin-top: 15px;
    font-size: 13px;      
    font-weight: 700;      
    color: #555;       
    margin-bottom: 5px;
}

.theme-input {
    background-color: #ebebeb;
    border: 1px solid #e0e0e0;
    height: 45px;
    border: none;
}
.theme-input:hover{
    color:gray;
}

.login-input-design {
    border-radius: 12px;       
    outline: none;
    padding: 0px 15px 0px 45px; 
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.input-wrapper {
    position: relative; 
    width: 100%;
}

.login-input-icon {
    position: absolute;
    left: 15px;         
    top:9px;
    font-size: 1.2rem;  
    color: #888;        
    z-index: 10;
    pointer-events: none; 
}

.verification-input-design {
    border-radius: 12px;
    outline: none;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.show-verification-code {
    color: gray;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    width: 30%;
    height: 45px;
    margin-left: 10px;
}

.show-verification-code .random-code{
    font-weight:bold;
    font-size:18px;
}

.show-verification-code .refresh-icon{
    margin:3px 0px 0px 5px;
}


.login-continue-button {
    border: none;
    border-radius: 10px !important;
    width: 100%;
    height: 20px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}